home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / vi / vim-4.000 / vim-4 / vim-4.2 / tools / ref < prev    next >
Encoding:
Text File  |  1996-05-29  |  137 b   |  12 lines

  1. #!/bin/sh
  2. #
  3. # ref - Check spelling of the arguments
  4. #
  5. # Usage: ref word ..
  6. #
  7. # can be used for the K command of Vim
  8. #
  9. spell <<EOF
  10. $*
  11. EOF
  12.